styleproperty: Improve error message
authorBenjamin Otte <otte@redhat.com>
Fri, 17 Jun 2011 05:41:37 +0000 (07:41 +0200)
committerBenjamin Otte <otte@redhat.com>
Fri, 26 Aug 2011 14:26:28 +0000 (16:26 +0200)
We do dsupport that feature still and don't want to scare people into
thinking everything broke.

gtk/gtkstyleproperty.c

index 69f2e8ec4ac073211bc212987cb43f44ee9c4e33..c907bfd65a10308475efcd5683e5539f08ed0d62 100644 (file)
@@ -863,7 +863,7 @@ gtk_css_parse_url (GtkCssParser *parser,
               
               error = g_error_new_literal (GTK_CSS_PROVIDER_ERROR,
                                            GTK_CSS_PROVIDER_ERROR_DEPRECATED,
-                                           "Whitespace between 'url' and '(' is not allowed");
+                                           "Whitespace between 'url' and '(' is deprecated");
                              
               _gtk_css_parser_take_error (parser, error);
             }